-
-
Notifications
You must be signed in to change notification settings - Fork 12
Add release process and update version string #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9c11a86
to
a322e1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Silvano! I tested it out in my fork and there is one thing missing: the gon.config.hcl configuration file for Gon:
https://github.com/arduino/arduino-cli/blob/master/gon.config.hcl
You can see the commit where i added the arduino-lint equivalent in my fork here:
per1234@be03d7d
So you can cherry pick that, or I'm happy to add it in myself if you approve it.
a322e1a
to
dab7922
Compare
PR updated. |
Since I'll be on vacation feel free to modify it and merge it as you see fit @per1234. |
dab7922
to
c4af3f7
Compare
Closing in favor of #120 |
This PR adds a workflow to release the tool that similar to the one used for
arduino-cli
, it also changes the version output to be in line with thearduino-cli
.